functional programming

英 [ˈfʌŋkʃənl ˈprəʊɡræmɪŋ] 美 [ˈfʌŋkʃənl ˈproʊɡræmɪŋ]

网络  函数编程; 函数程序设计; 函数式编程; 函数式编程语言; 关于函数式编程

计算机



双语例句

  1. Haskell: Learn more about this pure functional programming language.
    Haskell:学习关于这种纯函数性编程语言的更多知识。
  2. Functional programming achieves code reuse by abstracting out generic pieces of machinery, customizable via higher-order functions.
    函数式编程通过提取通用的功能部分来实现代码重用,可通过高阶函数进行定制。
  3. The Scala programming language: Functional programming for the JVM.
    Scala编程语言:JVM的功能性编程。
  4. This article explores functional programming by giving you an introduction to Haskell.
    这篇文章通过介绍Haskell来研究函数性编程。
  5. PHP's array_filter is an example of what is know in functional programming as a higher-order function.
    PHP的arrayfilter是函数式编程语言中高阶函数的一个例子。
  6. The functional approach I've shown to filtering lists is common across functional programming languages and libraries.
    我所展示的用于过滤列表的函数方法在函数编程语言和库中非常普遍。
  7. Specifically, functional programming languages must provide high-order and first-class functions, which this article defines.
    特别地,函数式编程语言必须提供高阶和一流的函数,这是本文所定义的。
  8. Elimination ( or at least diminishment) of shared state is one of the favored abstractions in functional programming.
    共享状态的消除(至少是减少)是函数式编程中的抽象方式之一。
  9. To demonstrate the functional programming elements of map and reduce, this article used the Scheme shell.
    要演示map和reduce的功能性编程元素,本文使用了Schemeshell。
  10. Wikipedia provides great introductions to the Lisp and Scheme languages as well as a general introduction to functional programming concepts ( and MapReduce).
    Wikipedia为Lisp和Scheme语言提供了很好的介绍以及为功能性编程概念提供了一般介绍(和MapReduce)。
  11. The work from lambda calculus was used to develop functional programming languages, such as Lisp and Scheme.
    lambda演算用于开发函数编程语言,例如Lisp和Scheme。
  12. A main difference between Erlang and more popular languages is that Erlang is primarily a functional programming language.
    Erlang与其他流行的语言之间的主要差异是,Erlang基本上是一种函数编程语言。
  13. It was inspired by the functional programming aspects of Lisp and other functional languages.
    它受到了Lisp的函数编程特性和其他函数式语言的启发。
  14. If you are familiar with functional programming, some of this will look familiar.
    如果您很熟悉函数式编程,这看起来会很亲切。
  15. Map and reduce are named after functions in functional programming but provide the core capability for data reduction.
    map(映射)和reduce(缩减)源自函数式编程中的函数名,但是这个应用程序的核心功能是数据缩减。
  16. In this installment, I discuss one of the building blocks of functional programming: immutability.
    在这一部分中,我讨论的是函数式编程的基石之一:不变性。
  17. Should PHP be used as a functional programming language?
    是否应当将PHP作为函数式编程语言来使用?
  18. Note that this is classical functional programming, relying on recursion over iteration.
    请注意这是典型的功能性编程,取决于迭代上的递归。
  19. Since then, I've learned to embrace lists and functional programming.
    从那以后,我学会了利用列表和函数式编程。
  20. Functional programming also stretchs the brain, as it makes you think of solving problems by chaining solutions together.
    函数式编程还很伤脑筋,因为它让您通过将解决方案链接在一起来考虑解决问题。
  21. This is another functional programming construct.
    这是另一个函数编程结构。
  22. This is a powerful feature common in functional programming languages.
    这是函数式编程语言中常见的一个强大特性。
  23. With the addition of lambdas and closures, PHP complies with the requirements of a functional programming language.
    通过增加lambdas和closures,PHP满足了编程语言的功能需求。
  24. The functional programming language known as Haskell features a program for symbolic mathematics known as DoCon.
    称作Haskell的函数式编程语言展示了一个用于符号数学的程序,名为DoCon。
  25. Scala's case classes and its built-in support for pattern matching model algebraic types used in many functional programming languages.
    Scala的case类及其内置支持的模式匹配模型代数类型在许多函数式编程语言中都被使用。
  26. Scala offers quite different capabilities, the integration of Object Oriented with the Functional programming style.
    Scala的能力与F不太一样,这是种面向对象与函数式编程集成的编程风格。
  27. Many people are betting on functional programming, with its emphasis on immutable objects and their inherently thread-safe properties.
    很多人现在都投身于函数式编程的世界,由于它们具有不可变的对象,以及与生俱来的线程安全属性。
  28. Most notably is the inclusion of functional programming techniques to reduce the need for design patterns.
    其中最明显的部分莫过于引入了函数式编程技术,从而减少了设计模式的使用。
  29. Ross: I spent four years in school learning the elegance of functional programming.
    Ross:我在学校里面花了四年时间来学习函数式编程的优雅。